Skip to main content

DescribeStratetyDetail

Description

obtain details of the specified baseline check policy.

Request Method

POST

Request Path

/apsara/route/aegis/DescribeStratetyDetail

Request Parameters Common Parameters

NameLocationTypeRequiredSample valueDescription
regionIdBODYstringYesNo sample value for this parameter.region id
IdBODYstringNoNo sample value for this parameter.baseline check policy ID.
versionBODYstringNo2016-01-01version of api

Return data

NameTypeSample valueDescription
CycleStartTimeintegerno demo valuePolicy execution start time: 0: indicates execution from 0 to 6 o'clock 6: indicates execution from 6 to 12 o'clock 12: indicates execution from 12 to 18 o'clock 18: indicates execution from 18 to 24
Typeintegerno demo valuepolicy type: 1: indicates the system default policy 2: indicates user-defined policy
TypeNamestringno demo valuesub-risk classification code.
RequestIdstringno demo valuerequest ID.
SubTypesarrayno demo valuesub-risk classification list, see the following parameter description for specific sub-items.
CycleDaysintegerno demo valuepolicy execution cycle.
Aliasstringno demo valuesub-risk category name.
Strategyarrayno demo valuedetails of the baseline check policy. see the following parameter descriptions for specific sub-items.
Idintegerno demo valuepolicy ID.
RiskTypeWhiteListQueryResultListarrayno demo valuethe risk item information contained in the policy, see the following parameter description for specific sub-items.
Namestringno demo valuepolicy name.
Onbooleanno demo valuewhether to check this sub-risk category.

Example

Successful Response example

{
"CycleStartTime":"no demo value",
"Type":"no demo value",
"TypeName":"no demo value",
"RequestId":"no demo value",
"SubTypes":"no demo value",
"CycleDays":"no demo value",
"Alias":"no demo value",
"Strategy":"no demo value",
"Id":"no demo value",
"RiskTypeWhiteListQueryResultList":"no demo value",
"Name":"no demo value",
"On":"no demo value"
}

Failed Response example

{
"errorSample":
{
"resultCode":-1,
"resultMsg":"system error",
"result":null
}

}